home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 25 / MacFormat n. 25 (Spain) / MacFormat 25.bin / mac / Demos / Print Artist Demo / Print-Mac.Dxr / 00083_next2.ls < prev    next >
Encoding:
Text File  |  1996-10-04  |  268 b   |  14 lines

  1. on mouseDown
  2.   puppetSprite(7, 1)
  3.   repeat while the mouseDown
  4.     set the memberNum of sprite 7 to the number of member "next"
  5.     updateStage()
  6.   end repeat
  7.   puppetSprite(7, 0)
  8.   if the frame <> (label("s5-6") + 1) then
  9.     go(#next)
  10.   else
  11.     beep()
  12.   end if
  13. end
  14.